home *** CD-ROM | disk | FTP | other *** search
/ Wet Attack - The Empire Cums Back / Wet Attack: The Empire Cums Back - Disc 1.iso / GDATA / model / Back1 / Cloud1.x next >
Text File  |  1998-12-21  |  3KB  |  216 lines

  1. xof 0302txt 0064
  2. // File was created by Cinema4D
  3.  
  4. template Header {
  5.  <3D82AB43-62DA-11cf-AB39-0020AF71E433>
  6.  WORD major;
  7.  WORD minor;
  8.  DWORD flags;
  9. }
  10.  
  11. template Vector {
  12.  <3D82AB5E-62DA-11cf-AB39-0020AF71E433>
  13.  FLOAT x;
  14.  FLOAT y;
  15.  FLOAT z;
  16. }
  17.  
  18. template Coords2d {
  19.  <F6F23F44-7686-11cf-8F52-0040333594A3>
  20.  FLOAT u;
  21.  FLOAT v;
  22. }
  23.  
  24. template Matrix4x4 {
  25.  <F6F23F45-7686-11cf-8F52-0040333594A3>
  26.  array FLOAT matrix[16];
  27. }
  28.  
  29. template ColorRGBA {
  30.  <35FF44E0-6C7C-11cf-8F52-0040333594A3>
  31.  FLOAT red;
  32.  FLOAT green;
  33.  FLOAT blue;
  34.  FLOAT alpha;
  35. }
  36.  
  37. template ColorRGB {
  38.  <D3E16E81-7835-11cf-8F52-0040333594A3>
  39.  FLOAT red;
  40.  FLOAT green;
  41.  FLOAT blue;
  42. }
  43.  
  44. template IndexedColor {
  45.  <1630B820-7842-11cf-8F52-0040333594A3>
  46.  DWORD index;
  47.  ColorRGBA indexColor;
  48. }
  49.  
  50. template Boolean {
  51.  <4885AE61-78E8-11cf-8F52-0040333594A3>
  52.  WORD truefalse;
  53. }
  54.  
  55. template Boolean2d {
  56.  <4885AE63-78E8-11cf-8F52-0040333594A3>
  57.  Boolean u;
  58.  Boolean v;
  59. }
  60.  
  61. template MaterialWrap {
  62.  <4885AE60-78E8-11cf-8F52-0040333594A3>
  63.  Boolean u;
  64.  Boolean v;
  65. }
  66.  
  67. template TextureFilename {
  68.  <A42790E1-7810-11cf-8F52-0040333594A3>
  69.  STRING filename;
  70. }
  71.  
  72. template Material {
  73.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  74.  ColorRGBA faceColor;
  75.  FLOAT power;
  76.  ColorRGB specularColor;
  77.  ColorRGB emissiveColor;
  78.  [...]
  79. }
  80.  
  81. template MeshFace {
  82.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  83.  DWORD nFaceVertexIndices;
  84.  array DWORD faceVertexIndices[nFaceVertexIndices];
  85. }
  86.  
  87. template MeshFaceWraps {
  88.  <4885AE62-78E8-11cf-8F52-0040333594A3>
  89.  DWORD nFaceWrapValues;
  90.  Boolean2d faceWrapValues;
  91. }
  92.  
  93. template MeshTextureCoords {
  94.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  95.  DWORD nTextureCoords;
  96.  array Coords2d textureCoords[nTextureCoords];
  97. }
  98.  
  99. template MeshMaterialList {
  100.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  101.  DWORD nMaterials;
  102.  DWORD nFaceIndexes;
  103.  array DWORD faceIndexes[nFaceIndexes];
  104.  [Material]
  105. }
  106.  
  107. template MeshNormals {
  108.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  109.  DWORD nNormals;
  110.  array Vector normals[nNormals];
  111.  DWORD nFaceNormals;
  112.  array MeshFace faceNormals[nFaceNormals];
  113. }
  114.  
  115. template MeshVertexColors {
  116.  <1630B821-7842-11cf-8F52-0040333594A3>
  117.  DWORD nVertexColors;
  118.  array IndexedColor vertexColors[nVertexColors];
  119. }
  120.  
  121. template Mesh {
  122.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  123.  DWORD nVertices;
  124.  array Vector vertices[nVertices];
  125.  DWORD nFaces;
  126.  array MeshFace faces[nFaces];
  127.  [...]
  128. }
  129.  
  130. template FrameTransformMatrix {
  131.  <F6F23F41-7686-11cf-8F52-0040333594A3>
  132.  Matrix4x4 frameMatrix;
  133. }
  134.  
  135. template Frame {
  136.  <3D82AB46-62DA-11cf-AB39-0020AF71E433>
  137.  [...]
  138. }
  139.  
  140. Header {
  141.  1;
  142.  0;
  143.  1;
  144. }
  145.  
  146.  
  147.  
  148. Mesh Cinema4D_Mesh {
  149.   5;
  150.   // Scheibe
  151.   -2.907601;0.0;3.000979;,
  152.   3.000988;0.0;3.039093;,
  153.   3.039083;0.0;-2.869489;,
  154.   -3.000994;0.0;-2.907605;,
  155.   0.0;0.0;0.0;;
  156.   
  157.   4;
  158.   // Scheibe
  159.   3;0,1,4;,
  160.   3;1,2,4;,
  161.   3;2,3,4;,
  162.   3;3,0,4;;
  163.   
  164.   MeshNormals {
  165.     5;
  166.     // Scheibe
  167.     0.0;2.626429;0.0;,
  168.     0.0;2.626429;0.0;,
  169.     0.0;2.626429;0.0;,
  170.     0.0;2.626429;0.0;,
  171.     0.0;2.626429;0.0;;
  172.     
  173.     4;
  174.     // Scheibe
  175.     3;0,1,4;,
  176.     3;1,2,4;,
  177.     3;2,3,4;,
  178.     3;3,0,4;;
  179.     
  180.   }
  181.   MeshTextureCoords {
  182.     5;
  183.     // Scheibe
  184.     0.017719;0.018045;,
  185.     0.977867;0.011699;,
  186.     0.984057;0.995521;,
  187.     0.002542;1.001868;,
  188.     0.490205;0.51773;;
  189.   }
  190.   MeshMaterialList {
  191.     2;
  192.     4;
  193.     1,
  194.     1,
  195.     1,
  196.     1;
  197.     
  198.     Material C4DMAT_NONE {
  199.       1.0;1.0;1.0;1.0;;
  200.       1.0;
  201.       0.0;0.0;0.0;;
  202.       0.0;0.0;0.0;;
  203.     }
  204.     Material C4DMAT_Neu {
  205.       1.0;1.0;1.0;1.0;;
  206.       1.0;
  207.       0.0;0.0;0.0;;
  208.       0.0;0.0;0.0;;
  209.       TextureFilename {
  210.         "SKY4.ppm";
  211.       }
  212.     }
  213.     
  214.     {C4DMAT_Neu}
  215.   }
  216. }